home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / bnchutil.arc / TCDRAW.DOC < prev    next >
Text File  |  1991-04-30  |  3KB  |  70 lines

  1.  1:46pm Sep 23,1988
  2. This program is called TCDRAW and was written in Borland's Turbo
  3. C 2.0 utilizing the Borland BGI Graphics Library.  It was written
  4. by Peter Ibbotson  who works for Borland UK's Technical Support
  5. Dept.  He's not sure how the source code will me made available
  6. at this time, but can be reached at 76530,766
  7. =========================================================================
  8. TCDRAW V0.19
  9.  
  10. The file manager has now been added. It is incomplete in that you can
  11. not at present enter new filenames or directories/paths (you can however
  12. move around the disk using the mouse). This will be fixed in the next
  13. release. The effect of this is that you should create a few files in
  14. your directory named pic1.tcd, pic2.tcd . . . to allow saving and loading
  15. of files.
  16.  
  17. P.Ibbotson 19-SEP-88
  18. =========================================================================
  19. TCDRAW V0.14
  20.  
  21. I think have fixed (most of the bugs) in floodfill.
  22.  
  23. Note that flood fill is now done in a two pass style first by
  24. filling in the main area in a solid color on the second pass by
  25. using a pattern
  26.  
  27. You can not fill an area in the same color as the pixel which the
  28. mouse is pointing too. This means that you cannot fill a white
  29. area with a white and black pattern for example. This is only a
  30. problem on monochrome systems where a two pass fill is
  31. recommended.
  32.  
  33. There appears to be a bug when filling an area in the same
  34. pattern and color as before when the area does not have vertical
  35. but jagged edges. I have only seen this once so I may be wrong.
  36.  
  37. If the fill seems to be taking too long simply press the keyboard
  38. and this should abort the fill. Do not rely on this feature in
  39. future versions it is only there to get you out of trouble.
  40.  
  41. P.Ibbotson 17-SEP-88
  42. =========================================================================
  43. TCDRAW V0.13 
  44. ------------
  45.  
  46. Bugs: Still some in the flood fill (I think)
  47.  
  48. Functions added: File Save, File Load, Quit has shifted in Files
  49.                  Clear Screen has also been added.
  50.  
  51. Notes: The file save and load functions only save and load in a
  52.        file called TEST.TCD
  53.  
  54. P.Ibbotson 16-SEP-1988
  55. =========================================================================
  56. TCDRAW V0.10
  57. ------------
  58.  
  59. Bugs : Some in the flood fill stuff.
  60.  
  61. Compiling
  62. ---------
  63.  
  64. All of the source code is contained in the file TCDRWSRC.ARC.
  65. unpack this into a subdirectory on it's own.
  66. READ the makefile you'll need to change some of the constants in there
  67. and compile down the C code to addrsp.exe and place this in your path
  68.  
  69. P.Ibbotson 14-SEP-1988
  70. =========================================================================